dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
AboutDelegates.Foo
about_delegates
AboutDelegates
Undocumented in source.
class
AboutDelegates
class
Foo {
this
(int value);
int
mymethod
(int x);
}
Constructors
this
this
(int value)
Undocumented in source.
Members
Functions
mymethod
int
mymethod
(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
about_delegates
AboutDelegates
aliases
ClickHandler
classes
Button
Foo
functions
delegates_for_callback
explicit_delegate
mixins
__anonymous
variables
call_me_later